home *** CD-ROM | disk | FTP | other *** search
- Path: isar.de!news
- From: Gerson Kurz <dekonstruktor@pergamon.isar.de>
- Newsgroups: comp.lang.c++
- Subject: why is dat ?
- Date: Tue, 30 Jan 1996 08:44:24 +0100
- Organization: Pergamon Sued GmbH
- Message-ID: <310DCC58.798E@pergamon.isar.de>
- NNTP-Posting-Host: diskursplateau.pergamon.isar.de
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b4 (WinNT; I)
-
- hi guys, this is my first msg here so I don't know if this has
- been answered 10^50 times before but here it goes:
-
- class A {};
- class B : public A {};
-
- B* pointer_to_B;
- A** pointer_to_pointer_to_A = &pointer_to_B;
-
- will result in an error (using MSVC40, wl4) headed "improved
- ansi comp."
-
- why is dat ? (boogie down productions, 1989)
-